Carbon


Script Codes

Header: Script.h

enum {
    smSystemScript = -1,
    smCurrentScript = -2,
    smAllScripts = -3
};

Constant descriptions

smSystemScript

Specifies the system script.

smCurrentScript

Specifies the font script.

smAllScripts

You can specify script systems with implicit and explicit script code constants in the script parameter of the GetScriptVariable and SetScriptVariable functions. The implicit script codes smSystemScript and smCurrentScript are special negative values for the system script and the font script, respectively.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)